home *** CD-ROM | disk | FTP | other *** search
- #-------------------------------------------------------------------------------
- #
- # Statewatcher script for npc's.
- #
- # (C) 2001 RadonLabs GmbH
- #
- #-------------------------------------------------------------------------------
-
- #-------------------------------------------------------------------------------
- # normal (only here as a dummy)
- #-------------------------------------------------------------------------------
- proc npcwatch_normal {} {
- }
-
- #-------------------------------------------------------------------------------
- # cinematic (this is where the real work is done)
- #-------------------------------------------------------------------------------
- proc npcwatch_cinematic {} {
- if {[.iscinematicfinished] == "true"} {
- # FLOH: removed obsolete event stuff
- }
- }
-
-